Remove xm commands block-refresh and vbd-refresh, as these are unsupported.
authoremellor@ewan <emellor@ewan>
Thu, 6 Oct 2005 18:41:29 +0000 (19:41 +0100)
committeremellor@ewan <emellor@ewan>
Thu, 6 Oct 2005 18:41:29 +0000 (19:41 +0100)
commitfa670bf40e41a0b9dddef0862070e550190ecc42
treea36d362dce1c242fdc601c4fe611b55a3d4d959d
parent0c6f366280979dae46309b894d21b2c99fa5e816
Remove xm commands block-refresh and vbd-refresh, as these are unsupported.

Allow xm block-detach to take a device name as well as a device ID.  This
closes bug #285 and fixes xm-test's 01_block-destroy_btblock_pos.py and
02_block-destroy_rtblock_pos.py.

Rename and reconnect XendDomainInfo.configureDevice to reconfigureDevice.
There is nothing using this at the moment, mind you.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendClient.py
tools/python/xen/xend/XendDomain.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/server/DevController.py
tools/python/xen/xend/server/SrvDomain.py
tools/python/xen/xend/server/blkif.py
tools/python/xen/xm/main.py